From 878a08272599be5e5ee1b971f08a810f93209fd3 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 22 Jun 1993 08:30:36 +0000 Subject: [PATCH] * term/x-win.el (command-switch-alist): "-ib" takes a numeric argument; use x-handle-numeric-switch for it. --- lisp/term/x-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index df496b673ec..4d3dda600e3 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -89,7 +89,7 @@ ("-reverse" . x-handle-switch) ("-fn" . x-handle-switch) ("-font" . x-handle-switch) - ("-ib" . x-handle-switch) + ("-ib" . x-handle-numeric-switch) ("-g" . x-handle-geometry) ("-geometry" . x-handle-geometry) ("-fg" . x-handle-switch) -- 2.30.2